github.com/klauspost/compress/zstd.frameDec.DictionaryID (field)

7 uses

	github.com/klauspost/compress/zstd (current package)
		decoder.go#L943: 	dict, ok := d.o.dicts[frame.DictionaryID]
		decoder.go#L946: 			println("setting dict", frame.DictionaryID)
		decoder.go#L949: 	} else if frame.DictionaryID != 0 {
		framedec.go#L32: 	DictionaryID  uint32
		framedec.go#L160: 	d.DictionaryID = 0
		framedec.go#L183: 		d.DictionaryID = id
		framedec.go#L272: 		println("Frame: Dict:", d.DictionaryID, "FrameContentSize:", d.FrameContentSize, "singleseg:", d.SingleSegment, "window:", d.WindowSize, "crc:", d.HasCheckSum)